[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            strclean - remove non-printable ASCII codes

  Syntax              char *strclean(char *str);

  Prototype in        stringhk.h

  Remarks             strclean removes any non-printable ASCII characters
                      from the string str. Non-printable is defined as
                      per the isprint() function. The string passed to
                      strclean is modified.

  Return value        returns str.


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson